actionable: silence g-i scanner warning
authorCosimo Cecchi <cosimoc@gnome.org>
Wed, 30 May 2012 21:28:06 +0000 (17:28 -0400)
committerCosimo Cecchi <cosimoc@gnome.org>
Mon, 25 Jun 2012 18:49:11 +0000 (14:49 -0400)
The parameter should be named the same in the definition and the
declararion.

https://bugzilla.gnome.org/show_bug.cgi?id=677127

gtk/gtkactionable.h

index f8ea75e00f7cc5a805cedefd9d850971f5b23180..15fc61719d4c1923dc1e23d05a85578664a679b9 100644 (file)
@@ -45,7 +45,7 @@ struct _GtkActionableInterface
                                                  const gchar   *action_name);
   GVariant *    (* get_action_target_value)     (GtkActionable *actionable);
   void          (* set_action_target_value)     (GtkActionable *actionable,
-                                                 GVariant      *action_target_value);
+                                                 GVariant      *target_value);
 };
 
 GDK_AVAILABLE_IN_3_4